projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73ede6
)
label: Actually mark visited labels as visited
author
Benjamin Otte
<otte@redhat.com>
Fri, 6 Jan 2012 04:17:46 +0000
(
05:17
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 6 Jan 2012 04:23:43 +0000
(
05:23
+0100)
A recalculate will clear the labels and compute them again, which will
clear the information if something was visited...
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 9597f565a5025f06c95970131e7d4b6caa324387..098e069f3f355a14efec9e3d1f9987a5def9f2b3 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-6314,7
+6314,7
@@
emit_activate_link (GtkLabel *label,
{
link->visited = TRUE;
/* FIXME: shouldn't have to redo everything here */
- gtk_label_
recalculate
(label);
+ gtk_label_
clear_layout
(label);
}
}